HelpPath{Create}CommandName{createFrame}ReturnValue{int handle=}OpenBrace{(}Parameters{int x, int y, int width, int height, str caption, handle parent}CloseBrace{)}Description{Creates a frame.  Frames are similar to panels except that they have a thin border around them with a caption at the top.  They are used to visually group gadgets on screen.}ReturnDescription{Handle to the new gadget.}Param1{x}Param1Desc{X position of new gadget}Param2{y}Param2Desc{Y position of new gadget}Param3{width}Param3Desc{Width of new gadget in pixels}Param4{height}Param4Desc{Height of new gadget in pixels}Param5{caption}Param5Desc{Text which appears at the top of the frame.}Param6{}Param6Desc{}Remarks{Frames do not generate events as the user cannot interact with them.}Param7{parent}Param7Desc{Handle to the parent of the new gadget, or 0 for the main window}ExampleSource{}SeeAlso{}